home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / text / hyper / ADtoHT2_0.lha / MyLib.lha / Internal.h next >
Encoding:
C/C++ Source or Header  |  1995-03-04  |  274 b   |  15 lines

  1. #ifndef EXEC_LISTS_H
  2. #include <exec/lists.h>
  3. #endif
  4.  
  5. #ifndef _STDIO_H
  6. #include <stdio.h>
  7. #endif
  8.  
  9. /************************************************************************/
  10.  
  11. extern void *__MemoryPool;
  12. extern void (*MemoryCleanup)(void *);
  13.  
  14. extern struct MinList __stdioList;
  15.